From f56d1130b8cf6ab4f0a8eb1ba07294f8b16a8958 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 29 Dec 2006 19:45:36 +0000 Subject: [PATCH] * (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation section is renamed; no longer relies on first section name --- RELEASE-NOTES | 3 +++ includes/DefaultSettings.php | 2 +- skins/monobook/IE70Fixes.css | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 39586f20fd..9896ccff64 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -429,6 +429,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN due to an invalid database name * (bug 5827) Use full text for option link labels on Special:Watchlist * (bug 8018) Allow hiding minor edits from the watchlist +* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation + section is renamed; no longer relies on first section name + == Languages updated == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 511bf8ff01..640642e9c0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1042,7 +1042,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '38'; +$wgStyleVersion = '39'; # Server-side caching: diff --git a/skins/monobook/IE70Fixes.css b/skins/monobook/IE70Fixes.css index 2a2c9c7715..756a0e1867 100644 --- a/skins/monobook/IE70Fixes.css +++ b/skins/monobook/IE70Fixes.css @@ -15,7 +15,9 @@ */ padding-top: 0; } -.rtl #column-one #p-navigation { +#column-one { + /* Regular padding doesn't work for some reason */ + padding-top: 0px; margin-top: 160px; } -- 2.20.1